home *** CD-ROM | disk | FTP | other *** search
/ Foreland January 1997 / Foreland January 1997.iso / menu.dir / 00045.ls < prev    next >
Encoding:
Text File  |  1996-12-26  |  122 b   |  8 lines

  1. on exitFrame
  2.   global x
  3.   if rollOver(22) and (x <> 3) then
  4.     puppetSound("economic sound")
  5.     set x to 3
  6.   end if
  7. end
  8.